(set #endmsgs "Detris 3.1 has now been installed on your system.\n\nDon't forget to register the program.\nIt's totaly free!!!\n\nPlease use the Easy Register option which pops up when you start an unregistered copy of Detris!")
(message #welcome)
(welcome)
(complete 0)
; - create destination dir
(set destination
(askdir (prompt "Please select the destination directory for Detris.\nA sub-directory \"Detris3\" will be created.")
(default @default-dest)
(help @askdir-help)
)
)
(set @default-dest destination)
(set destination (expandpath destination))
(set destination (tackon destination "Detris3"))
(if (<> 0 (exists destination))
(
(message "There is an older installation of Detris in the same directory.\n\nIt will be updated!")